home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Languages / Caml Light 0.7 / examples / asl / asl.mli < prev    next >
Encoding:
Text File  |  1995-06-01  |  155 b   |  6 lines  |  [TEXT/MPS ]

  1. (* $Id: asl.mli,v 1.3 1994/11/10 09:57:19 xleroy Exp $ *)
  2.  
  3. exception Error of string;;
  4. type 'a option = None | Some of 'a;;
  5. value init_env : string list;;
  6.